'Declaration<DispIdAttribute(26)> Function AddListFormField( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal FieldName As String, _ ByVal FontResName As String, _ ByVal FontSize As Single, _ ByVal TextRed As Byte, _ ByVal TextGreen As Byte, _ ByVal TextBlue As Byte, _ ByVal Sorted As Boolean, _ ByVal Multiselect As Boolean _ ) As Integer
[DispId(26)] int AddListFormField( float Left, float Top, float Width, float Height, string FieldName, string FontResName, float FontSize, byte TextRed, byte TextGreen, byte TextBlue, bool Sorted, bool Multiselect )
function AddListFormField(
Left: Single;
Top: Single;
Width: Single;
Height: Single;
FieldName: String;
FontResName: String;
FontSize: Single;
TextRed: Byte;
TextGreen: Byte;
TextBlue: Byte;
Sorted: Boolean;
Multiselect: Boolean
): Integer;
DispIdAttribute(26) function AddListFormField( Left : float, Top : float, Width : float, Height : float, FieldName : String, FontResName : String, FontSize : float, TextRed : byte, TextGreen : byte, TextBlue : byte, Sorted : boolean, Multiselect : boolean ) : int;
Parameters
- Left
- Top
- Width
- Height
- FieldName
- FontResName
- FontSize
- TextRed
- TextGreen
- TextBlue
- Sorted
- Multiselect